home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / classic.jar / skin / classic / global / findBar.css < prev    next >
Cascading Style Sheet File  |  2006-02-28  |  3KB  |  138 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. #find-closebutton {
  4.   border: 1px solid transparent;
  5.   padding: 3px 2px 4px 2px !important;
  6.   list-style-image: url("chrome://global/skin/icons/close.png");
  7.   -moz-appearance: none;
  8.   -moz-image-region: rect(0px, 16px, 16px, 0px);
  9. }
  10.  
  11. #find-closebutton > .toolbarbutton-icon {
  12.   -moz-margin-end: 0px !important;
  13.   -moz-padding-end: 2px !important;
  14.   -moz-padding-start: 2px !important;
  15. }
  16.  
  17. #find-closebutton:hover {
  18.   -moz-image-region: rect(0px, 32px, 16px, 16px);
  19. }
  20.  
  21. #find-closebutton:hover:active {
  22.   -moz-image-region: rect(0px, 48px, 16px, 32px);
  23. }
  24.  
  25. #FindToolbar {
  26.   -moz-appearance: none !important;
  27.   border-top: 2px solid;
  28.   -moz-border-top-colors: ThreeDShadow ThreeDHighlight !important;
  29.   border-bottom: 1px solid;
  30.   -moz-border-bottom-colors: transparent;  
  31. }
  32.  
  33. /* find-next button */
  34.  
  35. #find-next {
  36.   list-style-image: url("chrome://global/skin/icons/find.png");
  37.   -moz-image-region: rect(0px 16px 16px 0px);
  38. }
  39.  
  40. #find-next:hover {
  41.   -moz-image-region: rect(16px 16px 32px 0px);
  42. }
  43.  
  44. #find-next[disabled="true"] {
  45.   -moz-image-region: rect(32px 16px 48px 0px) !important;
  46. }
  47.  
  48. /* find-previous button */
  49.  
  50. #find-previous {
  51.   list-style-image: url("chrome://global/skin/icons/find.png");
  52.   -moz-image-region: rect(0px 32px 16px 16px);
  53. }
  54.  
  55. #find-previous:hover {
  56.   -moz-image-region: rect(16px 32px 32px 16px);
  57. }
  58.  
  59. #find-previous[disabled="true"] {
  60.   -moz-image-region: rect(32px 32px 48px 16px) !important;
  61. }
  62.  
  63. /* highlight button */
  64.  
  65. #highlight {
  66.   list-style-image: url("chrome://global/skin/icons/find.png");
  67.   -moz-image-region: rect(0px 48px 16px 32px);
  68. }
  69.  
  70. #highlight:hover {
  71.   -moz-image-region: rect(16px 48px 32px 32px);
  72. }
  73.  
  74. #highlight[disabled="true"] {
  75.   -moz-image-region: rect(32px 48px 48px 32px) !important;
  76. }
  77.  
  78. #highlight:active, #highlight[checked="true"] {
  79.   -moz-image-region: rect(48px 48px 64px 32px);
  80. }
  81.  
  82. #highlight[checked="true"]:hover {
  83.   -moz-image-region: rect(64px 48px 80px 32px);
  84. }
  85.  
  86. #find-status-icon
  87. {
  88.   list-style-image: none;
  89.   margin-top: 2px;
  90.   margin-bottom: 0px;
  91.   -moz-margin-start: 12px;
  92.   -moz-margin-end: 0px;
  93.   width: 16px;
  94.   height: 16px;
  95. }
  96.  
  97. #find-status
  98. {
  99.   margin-top: 0px;
  100.   margin-bottom: 0px;
  101.   -moz-margin-start: 3px;
  102.   -moz-margin-end: 0px;
  103.   padding: 2px;
  104. }
  105.  
  106. #find-status-icon[status="notfound"]
  107. {
  108.   list-style-image: url("chrome://global/skin/icons/notfound.png");
  109. }
  110.  
  111. #find-field
  112. {
  113.   -moz-appearance: none;
  114.   border: none;
  115.   margin: 0px;
  116. }
  117.  
  118. #find-field[status="notfound"]
  119. {
  120.   background-color: #FF6666;
  121.   color: #FFFFFF;
  122. }
  123.  
  124. #FindToolbar[flash="true"]  > #find-field-container > #find-field
  125. {
  126.   background-color: yellow;
  127. }
  128.  
  129. #find-status-icon[status="wrapped"]
  130. {
  131.   list-style-image: url("chrome://global/skin/icons/wrap.png");
  132. }
  133.  
  134. #find-field-container
  135. {
  136.   -moz-appearance: textfield;
  137. }
  138.